Click or drag to resize

Recipient Class

Represents a user or resource, generally a mail message addressee.
Inheritance Hierarchy
SystemObject
  Independentsoft.MsgRecipient

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Recipient

The Recipient type exposes the following members.

Constructors
  NameDescription
Public methodRecipient
Initializes a new instance of the Recipient class.
Top
Properties
  NameDescription
Public propertyAddressType
Contains the recipient's e-mail address type, such as Simple Mail Transfer Protocol (SMTP).
Public propertyDisplayName
Contains the display name of the recipient.
Public propertyDisplayName7Bit
Contains a 7-bit ASCII representation of the recipient's display name.
Public propertyDisplayType
Contains a value used to associate an icon with a particular row of a table.
Public propertyEmailAddress
Contains the recipient's e-mail address.
Public propertyEntryId
Contains the EntryID of the recipient.
Public propertyInstanceKey
Contains a value that uniquely identifies a row in a table.
Public propertyObjectType
Contains the type of the recipient.
Public propertyOriginatingAddressType
Public propertyOriginatingEmailAddress
Public propertyRecipientType
Contains the recipient type for a message recipient.
Public propertyResponsibility
Contains true if some transport provider has already accepted responsibility for delivering the message to this recipient, and false if the MAPI spooler considers that this transport provider should accept responsibility.
Public propertySearchKey
Contains a binary-comparable key that identifies correlated objects for a search.
Public propertySendInternetEncoding
Contains a bitmask of encoding preferences.
Public propertySendRichInfo
Contains true if the recipient can receive all message content, including Rich Text Format (RTF) and Object Linking and Embedding (OLE) objects.
Public propertySmtpAddress
Contains SMTP email address.
Public propertyTransmitableDisplayName
Contains a recipient's display name in a secure form that cannot be changed.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also